home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / ab20_archive / archivers / lha-0.99c.lzh / Changes < prev    next >
Text File  |  1990-03-29  |  3KB  |  77 lines

  1. --- Version 0.97 : 10 Feb 1990
  2.     - Added keyboard commands (Arrow keys scroll FileReq/Archive display
  3.     up/down, shift+arrows scroll screen one page at a time). Y and N
  4.     keys can be used to answer a question-requester, and any key is used
  5.     to clear a normal 'OK'-message.
  6.  
  7. --- Version 0.98 : 11 Feb 1990
  8.     - Fixed Add files bug (sometimes small files weren't added thanks to
  9.     Lattice's IO-Routines...)
  10.     - And some other stuff I just cannot remember.
  11.     - Add/Extract now fully supports Dates & Protection bits.
  12.  
  13. --- Version 0.99 : 12 Feb 1990
  14.     - Changed Archive display; removed CRC & type and added dates.
  15.     - Changed File Requester display; added protection bits & dates.
  16.  
  17. --- Version 0.99a : 13 Feb 1990
  18.     - File Requester: Added Volume display icons.
  19.  
  20. --- Version 0.99b : 22 Feb 1990
  21.     - Changed to compiler version 5.04a
  22.     - Fixed date bug.
  23.     - Fixed some things in File Requester.
  24.  
  25. --- Version 0.99c :
  26.  
  27. [ Slow progress here, lots of other things to do... ]
  28.  
  29. 90/03/04:
  30.     - Version 0.99b had a bug in requester logic (due to compiler bug)
  31.       fixed by changing compiler version to 5.05
  32. 90/03/10:
  33.     - Fixed handling of dates before 1980.
  34.     - Added prompt for adding '.lzh' extension if not specified when opening
  35.       a new archive
  36.     - Added SetWorkDir function
  37. 90/03/20:
  38.     - Changed SetWorkDir implementation.
  39.     - Added Set Priority function.
  40.     - Started on freshen command.
  41.     - Started with the AREXX interface stuff.
  42. 90/03/21:
  43.     - Restructured delete function.
  44.     - Fixed minor bug in Append() [Not really a bug].
  45.     - Changed some things in menu handler.
  46.     - Finished freshen command.
  47. 90/03/23:
  48.     - Started on File Info command
  49.     - Started implementing SetPSW + Decoding + Encoding
  50.     - Moved some gadgets around (Mark All/UnMark all/Print/Set PSW)
  51.     - Corrected bug in Freshen command
  52. 90/03/24:
  53.     - Made compression/decompression slightly faster
  54.     - Added save/load settings functions
  55.     - Implemented archive flag masking as an option in settings menu
  56.     - Implemented option to hide files with H-flag set [in file requester]
  57.     - Added 'show pathnames' option [in window.c only]
  58.     - Added 'sort archive view' option [in window.c only]
  59.     - Implemented 'NewCLI'-command
  60.     - Implemented 'Set command shell name'-command
  61.     - The 'Save settings'-command now saves command shell name as well
  62.     - File Info command almost finished, the only thing not implemented is
  63.       the SAVE command.
  64. 90/03/28:
  65.     - Improved archive scanning, it no longer aborts if a garbled entry is
  66.       found, instead it tries to find the next one. [Also good for MSDOS
  67.       (and soon also AmigaDOS) self-extracting archives where the actual
  68.       archive entries are preceded by machine-specific decompression code.]
  69. 90/03/29:
  70.     - Started writing the docs
  71.     - Implemented 'show pathnames' option + truncation of filenames longer
  72.       than 31 characters.
  73.  
  74. #### TO DO:
  75.  
  76. * !!! BETTER ERROR HANDLING !!!
  77.